#include "deScene_priv.hpp"
#include "deMath.hpp"
#include "deCamera.hpp"
#include "dePortal.hpp"
#include "deRender.hpp"
#include "deOctree.hpp"
#include "deBoundingVolumes.hpp"
Include dependency graph for deScene.cpp:

Defines | |
| #define | MIN_OCCLUDER_SIZE (100000) |
Functions | |
| IdeSceneGraph * | IdeSceneGraph_GetSceneGraphPtr () |
| Get the IdeSceneGraph singleton pointer. | |
| IdeCollision * | IdeCollision_CreateCollision () |
| Create an instance of IdeCollision. | |
| deBoolean | IdeScene_Initialize () |
| void | IdeScene_ShutDown () |
Variables | |
| IdeVertexBuffer * | s_AABB_VB = NULL |
| IdeVertexBuffer * | s_OBB_VB = NULL |
| deSceneGraph * | s_pSceneGraph = NULL |
This file is distributed "AS IS" without warranty of any kind. Novus Delta, LLC. does not guarantee the fitness of the contents of this file for any particular purpose.
Copyright (C) 2001-2003 Novus Delta, LLC. All Rights Reserved.
|
|
|
|
|
Create an instance of IdeCollision.
|
|
|
|
|
|
|
|
|
Get the IdeSceneGraph singleton pointer.
|
|
|
|
|
|
|
|
|
|
1.3-rc3